home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Demos / MF23 / Sources of Faith / IslaWher.Dxr / IslaWher.Dxr / 00063.ls < prev    next >
Encoding:
Text File  |  1994-10-18  |  114 b   |  10 lines

  1. on startMovie
  2.   global IdleReligion
  3.   set IdleReligion to "isla"
  4.   initStuff()
  5. end
  6.  
  7. on idle
  8.   checkWhereIam()
  9. end
  10.